Minor rewording in the tutorial
authorMatthias Clasen <mclasen@redhat.com>
Sun, 30 Jan 2011 03:44:29 +0000 (22:44 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 30 Jan 2011 03:44:29 +0000 (22:44 -0500)
docs/reference/gtk/getting_started.xml

index 13cf36ac8c81569bc86eb46c5c4922ceebe92b1d..0d870fee1d352f39473f54b6760ac21713dc1597 100644 (file)
   </simplesect>
 
   <simplesect>
-    <title>Building UIs</title>
+    <title>Building interfaces</title>
 
-    <para>When construcing a more complicated interface, with dozens
+    <para>When construcing a more complicated user interface, with dozens
     or hundreds of widgets, doing all the setup work in C code is
     cumbersome, and making changes becomes next to impossible.</para>